encoding/json.decodeState.objectInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L622: 		oi := d.objectInterface()
		decode.go#L1043: 		val = d.objectInterface()
		decode.go#L1078: func (d *decodeState) objectInterface() map[string]any {